home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / steppenw.swf / scripts / DefineButton2_1114 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  446b  |  20 lines

  1. on(press){
  2.    if(getProperty("AttBas", _Y) - 10 < getProperty("Attachement", _Y) + getProperty("Attachement", _height))
  3.    {
  4.       setProperty("Attachement", _Y, getProperty("Attachement", _Y) - 10);
  5.    }
  6.    tellTarget("../FlechesRoue")
  7.    {
  8.       gotoAndStop("Down");
  9.    }
  10.    set("/Variables:ScrollMail",-10);
  11.    tellTarget("ScrollAttachement")
  12.    {
  13.       play();
  14.    }
  15.    tellTarget("../RoueScroll")
  16.    {
  17.       play();
  18.    }
  19. }
  20.